home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 June / CHIP 2005-06.iso / program / internet / GoogleWebAcceleratorSetup.exe / GoogleWebAcceleratorSetup.msi / googlefastnet.jar / content / gwa-browser-overlay.xul < prev   
Encoding:
Extensible Markup Language  |  2005-05-03  |  1.9 KB  |  53 lines

  1. <?xml version="1.0"?>
  2. <?xml-stylesheet href="chrome://googlewebacc/skin/gwa-browser-overlay.css"
  3.                  type="text/css"?>
  4.  
  5. <!DOCTYPE overlay SYSTEM "chrome://googlewebacc/locale/gwa-browser-overlay.ent">
  6.  
  7. <overlay id="gwa-overlay"
  8.   xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
  9.  
  10.   <!-- load our string bundle -->
  11.   <stringbundleset id="stringbundleset">
  12.     <stringbundle id="gwa-strings"
  13.                   src="chrome://googlewebacc/locale/gwa.properties"/>
  14.   </stringbundleset>
  15.  
  16.   <script src="chrome://googlewebacc/content/gwa-browser-overlay.js"/>
  17.  
  18.   <toolbarpalette id="BrowserToolbarPalette">
  19.  
  20.     <toolbarbutton id="gwa-speedo-button" type="menu" gwa-speed="0"
  21.                    label="&gwa-speedo.label;">
  22.       <menupopup onpopupshowing="GWA_updateMenu();">
  23.         <menu label="&gwa-help-menu.label;">
  24.           <menupopup>
  25.             <menuitem label="&gwa-help.label;"
  26.                       oncommand="GWA_load('help');"/>
  27.             <menuitem label="&gwa-privacy.label;"
  28.                       oncommand="GWA_load('privacy');"/>
  29.             <menuitem label="&gwa-contact.label;"
  30.                       oncommand="GWA_load('contact');"/>
  31.             <menuitem label="&gwa-about.label;"
  32.                       oncommand="GWA_about();"/>
  33.           </menupopup>
  34.         </menu>
  35.         <menuitem id="gwa-prefs" label="&gwa-prefs.label;"
  36.                   oncommand="GWA_load('prefs');"/>
  37.         <menuitem id="gwa-stats" label="&gwa-stats.label;"
  38.                   oncommand="GWA_load('stats');"/>
  39.         <menuitem id="gwa-exclude" label="&gwa-exclude.label;" type="checkbox"
  40.                   checked="false" oncommand="GWA_toggleExcludeOnOff();"/>
  41.         <menuitem id="gwa-toggle" label=""
  42.                   oncommand="GWA_toggleOnOff();"/>
  43.       </menupopup>
  44.     </toolbarbutton>
  45.  
  46.     <toolbarbutton id="gwa-status-button" label="&gwa-button.label;"
  47.                    oncommand="GWA_load('stats');"/>
  48.  
  49.   </toolbarpalette>
  50.  
  51. </overlay>
  52.  
  53.